UserVariable<T> 類別

代表使用者定義變數及值。

繼承體系

System.Object
  IntervalZero.KINGSTAR.Base.Class.UserVariable<T>

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
public class UserVariable<T> : UserVariable
Public Class UserVariable(Of T) Inherits UserVariable

 

UserVariable<T> 類別陳列了以下成員。

方法

 名稱說明
GetValue取得一個使用者定義變數值。
SetValue設定一個使用者定義變數值。

參見

IntervalZero.KINGSTAR.Base.Class 命名空間